home *** CD-ROM | disk | FTP | other *** search
- head 1.8;
- branch ;
- access ;
- symbols beta10:1.7;
- locks death:1.8;
- comment @# @;
-
-
- 1.8
- date 93.04.04.23.30.38; author death; state Exp;
- branches ;
- next 1.7;
-
- 1.7
- date 93.01.09.21.07.27; author death; state Exp;
- branches ;
- next 1.6;
-
- 1.6
- date 93.01.01.11.51.34; author death; state Exp;
- branches ;
- next 1.5;
-
- 1.5
- date 92.12.31.15.34.14; author death; state Exp;
- branches ;
- next 1.4;
-
- 1.4
- date 92.12.05.23.07.25; author death; state Exp;
- branches ;
- next 1.3;
-
- 1.3
- date 92.12.03.18.01.57; author death; state Exp;
- branches ;
- next 1.2;
-
- 1.2
- date 92.11.27.19.38.01; author death; state Exp;
- branches ;
- next 1.1;
-
- 1.1
- date 92.11.08.09.28.56; author death; state Exp;
- branches ;
- next ;
-
-
- desc
- @@
-
-
- 1.8
- log
- @Sun Apr 4 23:30:37 PDT 1993
- @
- text
- @%BEGIN Comments
-
- %%%%%%%%%%%%%
- % Name: shortComment [00A0]
- % Syntax: num shortComment -
- % About: This processes a PICT short comment (a number)
- % Bugs: This ignores the argument.
- %%%%%%%%%%%%%
- /shortComment
- {pop}
- def
-
- %%%%%%%%%%%%%
- % Name: longComment [00A1]
- % Syntax: num <string> longComment -
- % About: This processes a PICT long comment (a number indicating the
- % kind of comment, and a hex string of related data
- % Bugs: This ignores its arguments.
- %%%%%%%%%%%%%
- /longComment
- {pop pop}
- def
-
- %END Comments
- @
-
-
- 1.7
- log
- @Sat Jan 9 21:07:27 PST 1993
- @
- text
- @@
-
-
- 1.6
- log
- @Fri Jan 1 11:51:34 PST 1993
- @
- text
- @@
-
-
- 1.5
- log
- @Thu Dec 31 15:34:14 PST 1992
- @
- text
- @@
-
-
- 1.4
- log
- @Sat Dec 5 23:07:25 PST 1992
- @
- text
- @d3 2
- a4 3
- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
- % Opcode: 00A0
- % Name: shortComment
- d6 3
- a8 3
- % Description:
- % This simply ignores the short comment that we were passed.
- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
- d13 7
- a19 8
- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
- % Opcode: 00A1
- % Name: longComment
- % Syntax: num hexString longComment -
- % Description:
- % This simply ignores the long comment that we were passed,
- % popping the kind number and and the data
- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
- @
-
-
- 1.3
- log
- @Thu Dec 3 18:01:56 PST 1992
- @
- text
- @@
-
-
- 1.2
- log
- @Fri Nov 27 19:38:00 PST 1992
- @
- text
- @@
-
-
- 1.1
- log
- @Sun Nov 8 09:28:55 PST 1992
- @
- text
- @@
-